home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wzpivot / xtab.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  1.3 KB  |  40 lines

  1. ***** Dropdown list selector
  2. #define CRET        CHR(13)
  3.  
  4. #define STEP1_LOC    "Step 1 - Select Fields"
  5. #define STEP2_LOC    "Step 2 - Define Layout"
  6. #define STEP3_LOC    "Step 3 - Add Summary Information"
  7. #define STEP4_LOC    "Step 4 - Finish"
  8.  
  9. * Help IDs
  10. #define wizCrosstab_Wizard_Step4    95825000
  11. #define wizCrosstab_Wizard_Step3    95825511
  12. #define wizCrosstab_Wizard_Step2    95825510
  13. #define wizCrosstab_Wizard_Step1    95825509
  14. #define wizCrosstab_Wizard            95825508
  15.  
  16.  
  17. ***** Screen directions
  18. #define DESC1a_LOC    "Which fields do you want in your cross-tab query?"
  19. #define DESC1d_LOC    "Select a database or Free Tables item, select a table or view, and then select the fields you want."
  20. #define DESC1        DESC1a_LOC+CRET+CRET+DESC1d_LOC
  21.  
  22. #define DESC2a_LOC    "How do you want to lay out your cross-tab query?"
  23. #define DESC2b_LOC    "Drag available fields to the cross-tab locations."
  24. #define DESC2        DESC2a_LOC+CRET+CRET+DESC2b_LOC
  25.  
  26. #define DESC3a_LOC    "Do you want to add a subtotal column to your data?"
  27. #define DESC3b_LOC    "Select the type of total you want for each row."
  28. #define DESC3        DESC3a_LOC+CRET+CRET+DESC3b_LOC
  29.  
  30. ***** Screen hint button text
  31. #define HINT1_LOC    ""
  32. #define HINT2_LOC    ""
  33. #define HINT3_LOC    ""
  34. #define HINT4_LOC    ""
  35.  
  36. ***** Screen BMP files
  37. #define BMPFILE1    "opentabl.bmp"
  38. #define BMPFILE2    "pivot2.bmp"
  39. #define BMPFILE3    "crostab3.bmp"
  40.